home *** CD-ROM | disk | FTP | other *** search
- Hi all!
-
- I can't display 64 pic (6 plane ) AGA pic. I'm usin this so called
- new display lib commands like initcoplist and createdisplay.
-
- Code looks like this:
-
- Bitmap 0,576,464,6
- InitCopList 0,31,128,$10008+$10,8,64,0
- CreateDisplay 0
- DisplayBitmap 0,0,0,0
-
- What I need to do is display 6 plane pic but it only displays
- correclty if I make 8 plane bitmap.
- So if I set plane # from 1 to 7 then there's my pic + some crap.
- Problem is that I need this bitmap to be VERY big and in fact
- I need 2 of them . So it's complete waste of da good old chip mem
- if I must have 8 plane bitmap insted of 6. So does anybody
- know what I'm doing wrong? Do I have to set some extra bits in
- type when initing cop list? Help!!!
-
-
-
- O.T.T. (ott@microlnk.ml.ee)
-
-
-